3.764 \(\int \frac{x}{(a+b x^3)^{4/3} (c+d x^3)} \, dx\)

Optimal. Leaf size=67 \[ \frac{x^2 \sqrt [3]{\frac{b x^3}{a}+1} F_1\left (\frac{2}{3};\frac{4}{3},1;\frac{5}{3};-\frac{b x^3}{a},-\frac{d x^3}{c}\right )}{2 a c \sqrt [3]{a+b x^3}} \]

[Out]

(x^2*(1 + (b*x^3)/a)^(1/3)*AppellF1[2/3, 4/3, 1, 5/3, -((b*x^3)/a), -((d*x^3)/c)])/(2*a*c*(a + b*x^3)^(1/3))

________________________________________________________________________________________

Rubi [A]  time = 0.0405861, antiderivative size = 67, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.091, Rules used = {511, 510} \[ \frac{x^2 \sqrt [3]{\frac{b x^3}{a}+1} F_1\left (\frac{2}{3};\frac{4}{3},1;\frac{5}{3};-\frac{b x^3}{a},-\frac{d x^3}{c}\right )}{2 a c \sqrt [3]{a+b x^3}} \]

Antiderivative was successfully verified.

[In]

Int[x/((a + b*x^3)^(4/3)*(c + d*x^3)),x]

[Out]

(x^2*(1 + (b*x^3)/a)^(1/3)*AppellF1[2/3, 4/3, 1, 5/3, -((b*x^3)/a), -((d*x^3)/c)])/(2*a*c*(a + b*x^3)^(1/3))

Rule 511

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[(a^IntPa
rt[p]*(a + b*x^n)^FracPart[p])/(1 + (b*x^n)/a)^FracPart[p], Int[(e*x)^m*(1 + (b*x^n)/a)^p*(c + d*x^n)^q, x], x
] /; FreeQ[{a, b, c, d, e, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[m, -1] && NeQ[m, n - 1] &&  !(IntegerQ[
p] || GtQ[a, 0])

Rule 510

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[(a^p*c^q
*(e*x)^(m + 1)*AppellF1[(m + 1)/n, -p, -q, 1 + (m + 1)/n, -((b*x^n)/a), -((d*x^n)/c)])/(e*(m + 1)), x] /; Free
Q[{a, b, c, d, e, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[m, -1] && NeQ[m, n - 1] && (IntegerQ[p] || GtQ[a
, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rubi steps

\begin{align*} \int \frac{x}{\left (a+b x^3\right )^{4/3} \left (c+d x^3\right )} \, dx &=\frac{\sqrt [3]{1+\frac{b x^3}{a}} \int \frac{x}{\left (1+\frac{b x^3}{a}\right )^{4/3} \left (c+d x^3\right )} \, dx}{a \sqrt [3]{a+b x^3}}\\ &=\frac{x^2 \sqrt [3]{1+\frac{b x^3}{a}} F_1\left (\frac{2}{3};\frac{4}{3},1;\frac{5}{3};-\frac{b x^3}{a},-\frac{d x^3}{c}\right )}{2 a c \sqrt [3]{a+b x^3}}\\ \end{align*}

Mathematica [B]  time = 0.107153, size = 141, normalized size = 2.1 \[ \frac{x^2 \left (2 b d x^3 \sqrt [3]{\frac{b x^3}{a}+1} F_1\left (\frac{5}{3};\frac{1}{3},1;\frac{8}{3};-\frac{b x^3}{a},-\frac{d x^3}{c}\right )+5 \sqrt [3]{\frac{b x^3}{a}+1} (a d+b c) F_1\left (\frac{2}{3};\frac{1}{3},1;\frac{5}{3};-\frac{b x^3}{a},-\frac{d x^3}{c}\right )-10 b c\right )}{10 a c \sqrt [3]{a+b x^3} (a d-b c)} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[x/((a + b*x^3)^(4/3)*(c + d*x^3)),x]

[Out]

(x^2*(-10*b*c + 5*(b*c + a*d)*(1 + (b*x^3)/a)^(1/3)*AppellF1[2/3, 1/3, 1, 5/3, -((b*x^3)/a), -((d*x^3)/c)] + 2
*b*d*x^3*(1 + (b*x^3)/a)^(1/3)*AppellF1[5/3, 1/3, 1, 8/3, -((b*x^3)/a), -((d*x^3)/c)]))/(10*a*c*(-(b*c) + a*d)
*(a + b*x^3)^(1/3))

________________________________________________________________________________________

Maple [F]  time = 0.033, size = 0, normalized size = 0. \begin{align*} \int{\frac{x}{d{x}^{3}+c} \left ( b{x}^{3}+a \right ) ^{-{\frac{4}{3}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(b*x^3+a)^(4/3)/(d*x^3+c),x)

[Out]

int(x/(b*x^3+a)^(4/3)/(d*x^3+c),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{{\left (b x^{3} + a\right )}^{\frac{4}{3}}{\left (d x^{3} + c\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x^3+a)^(4/3)/(d*x^3+c),x, algorithm="maxima")

[Out]

integrate(x/((b*x^3 + a)^(4/3)*(d*x^3 + c)), x)

________________________________________________________________________________________

Fricas [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x^3+a)^(4/3)/(d*x^3+c),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{\left (a + b x^{3}\right )^{\frac{4}{3}} \left (c + d x^{3}\right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x**3+a)**(4/3)/(d*x**3+c),x)

[Out]

Integral(x/((a + b*x**3)**(4/3)*(c + d*x**3)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{{\left (b x^{3} + a\right )}^{\frac{4}{3}}{\left (d x^{3} + c\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b*x^3+a)^(4/3)/(d*x^3+c),x, algorithm="giac")

[Out]

integrate(x/((b*x^3 + a)^(4/3)*(d*x^3 + c)), x)